github.com/jackc/pgx/v5/pgtype.underlyingTypeScanPlan.nextDstType (field)
3 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L546: nextDstType reflect.Type
pgtype.go#L553: return plan.next.Scan(src, reflect.ValueOf(dst).Convert(plan.nextDstType).Interface())
pgtype.go#L589: return &underlyingTypeScanPlan{dstType: dstValue.Type(), nextDstType: nextDstType}, dstValue.Convert(nextDstType).Interface(), true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)